body
{
	background: url(../Images/bg-tan.gif) repeat;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
}

#header {
	width: 950px;
	height: 100px;
	background: url(../Images/header.jpg) no-repeat;
}

/* general styles */

a {
	color: #335880;
	text-decoration: underline;
}

a:hover {
	color: #254364;
}

a.gpm img {
	border-style: none;
	margin-right: 15px;
}

#block {
	margin-bottom: 15px;
	margin-top: 15px;
}

#blockhalf {
	padding: 5px;
	margin: 15px auto;
	width: 600px;
}

#blockcenter {
	padding: 5px;
	margin: 15px auto;
	width: 400px;
}

#blockfull {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#blockfullleft {
	width: 100%;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pageof {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	font-size: 12px;
}

/* message div */

#message {
	background-color: #ffffe0;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ffff00;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#message2 {
	background-color: #ffffe0;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ffff00;
	font-size: 12px;
	line-height: 1.4em;
}

#messageblue {
	background-color: #daeefb;
	width: 450px;
	padding: 5px;
	text-align: left;
	border: 1px solid #caddeb;
	font-size: 12px;
	line-height: 1.4em;
	margin: 15px auto;
}

#messageblue2 {
	background-color: #daeefb;
	padding: 5px;
	text-align: left;
	border: 1px solid #caddeb;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
}

#messagered {
	background-color: #F2DEDE;
	padding: 5px;
	text-align: left;
	border: 1px solid #EED3D7;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#messagered p {
	color: #B94A48;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	color: #000;
}

span.pastdue {
	color: #f00;
        font-weight: bold;
}

/* =============================================================================
   alerts
   ========================================================================== */

#alertred {
	text-align:center;
	font-weight:bold;
	font-size:100%;
	padding:10px 0px 10px 0px;
	margin-bottom: 10px;
	background-color:#F2DEDE;
	border: 1px solid #EED3D7;
}

#alertred p {
	text-align: center;
	color: #B94A48;
}

#alertgreen {
	text-align:center;
	font-weight:bold;
	font-size:100%;
	padding:10px 0px 10px 0px;
	margin-bottom: 10px;
	background-color:#DFF0D8;
	border: 1px solid #D6E9C6;
}

#alertgreen p {
	text-align: center;
	color: #468847;
}

/* nav */

#nav {
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
	text-align: right;
}

#nav a {
	color: #fff;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#nav a:hover {
	color: #ededed;
}

#nav table {
	float: right;
}

#nav table td {
	border-left: 1px solid #fffeff;
	padding-right: 10px;
	padding-left: 10px;
}


/* crumbs */

#crumbs {
	color: #686868;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
}

a.crumbs {
	color: #686868;
}

/* =============================================================================
   main content
   ========================================================================== */

#verisign {
	width: 170px;
}

.button {
	-webkit-appearance: none;
  	-moz-border-radius: 11px;
  	-webkit-border-radius: 11px;
  	border-radius: 11px;
  	background: #ddd url(../Images/button.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  	border: 1px solid;
  	border-color: #ddd #bbb #999;
  	cursor: pointer;
  	color: #333;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
  	text-shadow: #fff 0 1px 1px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

a.button {
	color: #333;
}

a.button:hover {
	color: #3a648f;
}

.buttonblue {
	-webkit-appearance: none;
  	-moz-border-radius: 11px;
  	-webkit-border-radius: 11px;
  	border-radius: 11px;
  	background: #30567d url(../Images/buttonblue.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e84aa), color-stop(1, #30567d));
  	background: -moz-linear-gradient(top center, #5e84aa 0%, #30567d 100%);
  	border: 1px solid #5580ad;
  	cursor: pointer;
  	color: #fff;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

a.buttonblue:hover {
	color: #deeef2;
}

.buttonbluetabs {
	-webkit-appearance: none;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	background: #30567d url(../Images/buttonblue.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e84aa), color-stop(1, #30567d));
  	background: -moz-linear-gradient(top center, #5e84aa 0%, #30567d 100%);
  	border: 1px solid #5580ad;
  	cursor: pointer;
  	color: #fff;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

a.buttonbluetabs:hover {
	color: #deeef2;
}

#maincontent {
	width: 950px;
	background-color: #fff;
	border: 1px solid #c7c9c9;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
        -moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
        box-shadow: 3px 3px 3px #ccc;
}

#maincontent p {
	margin-top: 0;
	margin-bottom: 0;
}

#maincontent li {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
}

#maincontent h1 {
	font-size: 20px;
	text-align: center;
}

/* sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-top: 38px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

#sidebar img {
	border: 1px solid #d2d2d2;
	margin-top: 10px;
	-webkit-appearance: none;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#sidenav {	
	border: 1px solid #cacbcb;
	background-color: #e7e9e9;
	-webkit-appearance: none;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #e7e9e9));
  	background: -moz-linear-gradient(top center, #f4f4f4 0%, #e7e9e9 100%);
}

table.leftnav {
	width: 190px;
	margin: 10px auto;
}

table.leftnav tr {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.leftnav td {
	padding: 3px;
}

table.leftnav a {
	text-decoration: none;
	color: #585b5b;
	font-size: 12px;
	padding: 3px;
}

table.leftnav a:hover {
	padding: 3px;
	background-color: #626363;
	color: #fff;
	-webkit-appearance: none;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}

#main {
	float: left;
	width: 712px;
	background-color: #fff;
	margin: 10px 5px 10px 10px;
}

select#AccountNumber {
	width: 450px;
}

/* =============================================================================
   telecheck privacy page
   ========================================================================== */

#telecheckprivacy h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

#telecheckprivacy h2 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#telecheckprivacy p {
	font-size: 13px;
	margin-bottom: 10px;
}

#telecheckprivacy li {
	font-size: 13px;
}

/* title bar */

#title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#title h1 {
	font-size: 16px;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
}

#title p {
	display: inline;
	font-style: italic;
}

/* pay online section */

#onlinepayment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#onlinepayment img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* other payment options */

#otherpayments {
	width: 90%;
}

#otherpayments p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#otherpayments a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

/* table acctselect */

form#AcountForm {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table.acctselect {
	width: 100%;
	border: 1px solid #c5c7c7;
	color: #535353;
	margin-bottom: 20px;
}

table.acctselect2 {
	width: 550px;
	border: 1px solid #c5c7c7;
	color: #535353;
	margin-bottom: 20px;
}

table.acctselect tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.acctselect td.name {
	width: 20%;
	padding-left: 10px;
}

table.acctselect td.nameright {
	width: 80%;
}

/* table accounts */

table.accounts {
	width: 100%;
	border: 1px solid #c5c7c7;
	color: #535353;
}

table.accounts tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.accounts td.name {
	width: 30%;
	padding-left: 10px;
}

table.accounts td.nameright {
	width: 70%;
}

table.accounts tr {
	height: 25px;
}

table.accounts tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.accounts tr.odd:hover {
	background-color: #d7e2ef;
}

table.accounts tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

table.accounts tr.even:hover {
	background-color: #d7e2ef;
}

table.accounts tr.blank {
	padding-left: 10px;
	font-size: 13px;
	color: white;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
}

table.accounts tr.blank td {
	padding-left: 10px;
}

table.accounts tr.even td {
	padding-left: 10px;
}

table.accounts tr.odd td {
	padding-left: 10px;
	font-size: 12px;
}

/* table meterreading */

table.meterreading {
	width: 100%;
	border: 1px solid #c5c7c7;
	color: #535353;
}

table.meterreading tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.meterreading tr.header td {
	padding-left: 10px;
}

table.meterreading tr {
	height: 25px;
}

table.meterreading tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.meterreading td.name {
	width: 30%;
	padding-left: 10px;
}

table.meterreading td.nameright {
	width: 70%;
}

table.meterreading tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

/* table data */
	
table.data {
	text-align:left;
	color: #535353;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 11px;
}

table.data th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}
	
table.data th {
	font-weight: bold;
	margin: 0px;
	background-color: #eaeaea;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	width: 89px;
}

table.data th.blue {
	background: #30577d url(../Images/trheaderbackgraddouble.gif);
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	width: 89px;
	color: #fff;
	padding: 5px 3px;
}

table.data tr.header {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	text-align: center;
	width: 100px;
}

table.data td {
	padding: 6px 5px;
	text-align: center;
	font-size: 12px;
}
	
table.data td.total {
	font-weight: bold;
	}

table.data tr.odd {
	background-color: #e7e9e9;
	}
	
table.data tr.odd:hover {
	background-color: #d7e2ef;
	}
	
table.data tr.even {
	background-color: #f4f4f4;
	}
	
table.data tr.even:hover {
	background-color: #d7e2ef;
	}
	
table.data tr.acct {
	background-color:#000;
	}
	
table.data tr.totals {
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	font-weight:bold;
	color: #fff;
}

table.data a {
	color: #32587e;
	text-decoration: underline;
	font-weight: bold;
}

table.data a:visited {
	color: #32587e;
	text-decoration: underline;
}

/* table paymenthistory */

table.paymenthistory {
	text-align:left;
	color: #535353;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 11px;
}

table.paymenthistory th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}
	
table.paymenthistory th {
	font-weight: bold;
	margin: 0px;
	background-color: #eaeaea;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

table.paymenthistory td {
	padding: 5px 3px;
	text-align: center;
	font-size: 12px;
}

table.paymenthistory tr.odd {
	background-color: #e7e9e9;
	}
	
table.paymenthistory tr.odd:hover {
	background-color: #d7e2ef;
	}
	
table.paymenthistory tr.even {
	background-color: #f4f4f4;
	}
	
table.paymenthistory tr.even:hover {
	background-color: #d7e2ef;
	}

/* tablealt - for footer stuff, no hover, no border */

table.tablealt {
	text-align:left;
	color: #535353;
	margin-top: 15px;
	width: 100%;
	font-size: 11px;
}

table.alt tr {
	background-color: #fff;
}

/* table locations */

table.locations {
	text-align:left;
	color: #535353;
	margin-top: 15px;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 12px;
}

table.locations th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}

table.locations th {
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}

table.locations tr.odd {
	background-color: #f4f4f4;
}
	
table.locations tr.even {
	background-color: #fff;
}
	
table.locations tr.even:hover {
	background-color: #ffffe0;
	}
	
table.locations td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #b3b3b3;
}

/* table billpay */

table.billpay {
	border: 1px solid #c5c7c7;
	color: #535353;
	width: 550px;
}

table.billpay tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.billpay tr.header td {
	padding-left: 10px;
}

table.billpay tr {
	height: 25px;
}

table.billpay tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.billpay tr.odd:hover {
	background-color: #d7e2ef;
}

table.billpay tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

table.billpay tr.even:hover {
	background-color: #d7e2ef;
}

table.billpay tr.even td {
	padding-left: 10px;
}

table.billpay tr.odd td {
	padding-left: 10px;
	font-size: 12px;
}

/* CheckForm */

table.CheckForm {
	border: 1px solid #c5c7c7;
	color: #535353;
	width: 550px;
	background-color: #f2f2f2;
	margin-top: 10px;
}

table.CheckFormBlank {
	width: 550px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.CheckForm td {
	padding: 3px;
}

table.CheckForm td.message {
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 10px;
}

table.CheckForm td.authorize {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}

table.CheckForm td.left {
	width: 130px;
}

table.CheckForm tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.CheckForm tr.header td {
	padding-left: 10px;
}

/* form styles */

#loginwrap {
        width: 380px;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        background-color: #f4f4f4;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
        box-shadow: 3px 3px 3px #ccc;


}

form#frmLogin table {
	
}

form#frmLogin p {
	font-size: 12px;
	margin-bottom: 3px;
}

a.mainlink {
	color: #37618e;
}

form#frmLogin input {
	margin-bottom: 10px;
}

#wronglogin {
	width: 375px;
}

table.login {
    width: 100%;
}

table.login a.button {
    margin-left: 0;
}

table.login tr {
    margin: 0;
    padding: 0;
}

table.login td.label {
        margin-right: 8px;
	padding-right: 8px;
}

/************ service order status table ************/

table.serviceorderstatus {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #c6c7c7;
}

table.serviceorderstatus th {
	text-align: left;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

table.serviceorderstatus td {
	width: auto;
	font-size: 12px;
	padding: 6px 5px 6px 10px;
	color: #535353;
}

table.serviceorderstatus tr.labels td {
	background-color: #f4f4f4;
	font-weight: bold;
	color: #535353;
}

table.serviceorderstatus tr.trClass {
	background-color: #f4f4f4;
	font-weight: normal;
	font-style: normal;
}

table.serviceorderstatus tr.trMod0 {
	background-color: #e7e9e9;
	font-weight: normal;
	font-style: normal;
}

/************ account management contact form ************/

table.contactinfo td.label {
	width: 120px;
}

table.contactinfo td.name {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #000;
	text-decoration: underline;
}

select#ContactAccountNumber {
	width: 450px;
}

/* pay credit form */

form#RegisterForm {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
	padding: 10px;
}

form#RegisterForm p {
	font-size: 12px;
	margin-bottom: 3px;
}

form#RegisterForm input {
	margin-bottom: 10px;
}

form#RegisterForm table td {
	padding-bottom: 5px;
	padding-left: 10px;
}

form#RegisterForm table.credit {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 0;
}

/* password lookup form */

form#frmLookup {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
	width: 450px;
	padding: 10px;
}

form#frmLookup td {
        padding-right: 15px;
}


/* completeRegister form */

form#RegisterForm2 {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
	padding: 10px;
}

form#RegisterForm2 p {
	font-size: 12px;
	margin-bottom: 3px;
}

form#RegisterForm2 h2 {
	font-weight: normal;
        font-size: 12px;
}

form#RegisterForm2 input {
	margin-bottom: 10px;
}

form#RegisterForm2 table td {
	padding-bottom: 5px;
	padding-left: 10px;
}

/* pay credit form */

form#paymentForm {
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 550px;
}

form#paymentForm p {
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.3em;
}

form#paymentForm h1 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
	font-weight: normal;
}

form#paymentForm input {
	margin-bottom: 10px;
}

table.paymentForm {
	width: 100%;
}

table.paymentForm td {
	padding: 3px 10px;
}

table.paymentForm td.amount {
	padding: 5px 10px;
	font-weight: bold;
}

table.paymentForm td.left {
	width: 130px;
}

table.paymentForm tr.header td {
        background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
}

tr.cards td {
	padding-top: 5px;
	padding-bottom: 10px;
}

p.paymentForm {
	font-size: 12px;
	padding: 5px;
	line-height: 10px;
}

form#paymentForm table.paymentForm {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 0;
	margin-bottom: 3px;
}

table.paymentForm tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
	font-weight: normal;
}

/* request service form */

#requestService {
	margin-top: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#requestService h1 {
	font-size: 18px;
	text-align: center;
}

form#requestService {
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

table.requestService {
	margin-bottom: 15px;
        width: 100%;
}

table.requestService h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: black;
	text-decoration: underline;
}

table.requestService p {
	font-size: 12px;
}

table.requestService td {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* registration form table */

table.registration {
	width: 550px;
}

table.registration td.left {
	width: 200px;
}

table.registration h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

table.registration h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #2c2d2d;
}

/* scheduled payments popup */

table.scheduledpayments {
	width: 450px;
	margin-bottom: 10px;
}

table.scheduledpayments h2 {
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

table.scheduledpayments tr.header {
	background-color: #2c5279;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}

table.scheduledpayments td {
	padding: 5px;
}

table.scheduledpayments tr.odd {
	background-color: #f4f4f4;
}

table.scheduledpayments tr.even {
	background-color: #e7e9e9;
}

/* google pm page */

#gpm {
	float: left;
	width: 712px;
	background-color: #fff;
	margin: 10px 5px 10px 10px;
}

#gpm p {
	margin-bottom: 10px;
	font-size: 12px;
}

#gpm img {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* username/pass form */

table.accountchange {
	padding: 5px 10px 5px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.accountchange td {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* naked table centered */

table.blank {
	padding: 15px;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	margin: 15px auto;
	background-color: #f4f4f4;
}

/* submit service results table */

table.submitservice {
	border: 1px solid #c5c7c7;
	color: #535353;
	font-size: 13px;
    width: 90%;
}

table.submitservice td {
	padding: 5px 30px 5px 5px;
	display: table-cell;
	width: auto;
}

table.submitservice td.left {
	width: 160px;
}

table.submitservice tr.odd {
	background-color: #f4f4f4;
	border-bottom: 1px solid #8a8b8c;
}

table.submitservice tr.even {
	background-color: #e7e9e9;
}

/* pop up divs */

#popuplegal {
	padding: 15px;
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	width: 575px;
	margin: 5px auto;
}

#popuplegal p {
	line-height: 1.5em;
	font-size: 12px;
}

#popup {
	padding: 15px;
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	width: 670px;
	margin: 5px auto;
}

#popup p {
	font-size: 12px;
}

/* footer */

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 1.5em;
	color: #444;
}

table.footer {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
}

table.footer a {
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}

/* =============================================================================
   styles for tabbed content
   ========================================================================== */
   
ul.inlinetabs {
	margin: 0;
	padding: 0;
}

div#tab1, #tab2, #tab3, #tab4 {
	padding: 5px 10px;
	width:690px;
	background: #f4f4f4;
	border: 1px solid #c5c7c7;
}

.inlinetabs li {
	list-style:none;
	display:inline;
}

.inlinetabs a {
	padding:5px 10px;
	display:inline-block;
	color: #000;
	text-decoration:none;
	border: 1px solid #d0cfd1;
	background-color: #dbdddd;
	font-size: 13px;
}

.inlinetabs a.active {
	color: #feffff;
	background-color: #30577d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(90, 126, 163)), to(rgb(48, 87, 125)));
	background-image: -webkit-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -moz-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -o-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -ms-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5a7ea3', EndColorStr='#30577d');
	border-bottom: none;
}

ul.inlinetabs a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
}

/* =============================================================================
   Calendar Style
   ========================================================================== */

.DatecpYearNavigation,.DatecpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }

.DatecpDayColumnHeader, .DatecpYearNavigation,.DatecpMonthNavigation,.DatecpCurrentMonthDate,.DatecpCurrentMonthDateDisabled,.DatecpOtherMonthDate,.DatecpOtherMonthDateDisabled,
.DatecpCurrentDate,.DatecpCurrentDateDisabled,.DatecpTodayText,.DatecpTodayTextDisabled,.DatecpText { font-family:arial; font-size:8pt; }
TD.DatecpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.DatecpCurrentMonthDate, .DatecpOtherMonthDate, .DatecpCurrentDate  { text-align:right; text-decoration:none; }
.DatecpCurrentMonthDateDisabled, .DatecpOtherMonthDateDisabled, .DatecpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.DatecpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.DatecpOtherMonthDate { color:#808080; }
TD.DatecpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.DatecpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.DatecpTodayText, TD.DatecpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.DatecpTodayText, SPAN.DatecpTodayTextDisabled { height:20px; }
A.DatecpTodayText { color:black; }
.DatecpTodayTextDisabled { color:#D0D0D0; }
.DatecpBorder { border:solid thin #808080; }

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */

#translation {
  padding-top: 3px;
  padding-left: 8px;
}
div#google_translate_element div.goog-te-gadget-simple {
  border: none;
  padding: 5px;
  border-radius: 3px;
  background-color: #5aa55c;
  font-weight:bold;
  /*background-color: #17548d;*/ /*#e3e3ff*/
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {
    text-decoration: none;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: #fff;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: #fff;
}

.goog-te-gadget-icon {
    display: none !important;
    /*background: url("url for the icon") 0 0 no-repeat !important;*/
}

/* Remove the down arrow */
/* when dropdown open */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
    display: none;
}
/* after clicked/touched */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
    display: none;
}
/* on page load (not yet touched or clicked) */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
    display: none;
}

/* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"]             {
    display: none;
}
/* Remove span with left border line | (next to the arrow) in Edge & IE11 */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(187, 187, 187);"] {
    display: none;
}
/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
  /* OVERRIDE GOOGLE TRANSLATE WIDGET CSS END */

